gpsbabel.git
18 years agogpi: Add support for speed and proximity alerts.
oliskoli [Mon, 14 Jan 2008 20:14:14 +0000 (20:14 +0000)]
gpi: Add support for speed and proximity alerts.

18 years agogoogle: now understands \xnn
parkrrrr [Thu, 10 Jan 2008 14:58:51 +0000 (14:58 +0000)]
google: now understands \xnn

18 years agogdb: Fix handling of option cat.
oliskoli [Wed, 9 Jan 2008 23:06:04 +0000 (23:06 +0000)]
gdb: Fix handling of option cat.

18 years agoWhitelist selected chars known to NOT crash the 60CS but are technically forbidden...
robertl [Wed, 9 Jan 2008 04:11:23 +0000 (04:11 +0000)]
Whitelist selected chars known to NOT crash the 60CS but are technically forbidden by the spec.

18 years agoAlias GeometryCollection to MultiGeometry on read of KML.
robertl [Wed, 9 Jan 2008 04:07:29 +0000 (04:07 +0000)]
Alias GeometryCollection to MultiGeometry on read of KML.

18 years agoDon't free trash pointer if no valid points read from Garmin.
robertl [Wed, 9 Jan 2008 04:01:10 +0000 (04:01 +0000)]
Don't free trash pointer if no valid points read from Garmin.

18 years agoAdd includes for wide expat.
robertl [Mon, 7 Jan 2008 20:21:34 +0000 (20:21 +0000)]
Add includes for wide expat.

18 years agoUppercase all letters and strip spaces on Garmin routepoint names.
robertl [Mon, 7 Jan 2008 00:19:05 +0000 (00:19 +0000)]
Uppercase all letters and strip spaces on Garmin routepoint names.

18 years agoVCF: write coords in ADR instead of ORG to improve iphone compat. Also escape semico...
robertl [Sun, 6 Jan 2008 23:53:29 +0000 (23:53 +0000)]
VCF: write coords in ADR instead of ORG to improve iphone compat.  Also escape semicolons in cache info.

18 years agoAdd ability to read/write cache availability and archived status in CSV.
robertl [Sun, 6 Jan 2008 23:16:13 +0000 (23:16 +0000)]
Add ability to read/write cache availability and archived status in CSV.

18 years agoMake internal prototype match reality.
robertl [Sun, 6 Jan 2008 23:14:14 +0000 (23:14 +0000)]
Make internal prototype match reality.

18 years agoUpdate XCode project file.
robertl [Sun, 6 Jan 2008 23:13:22 +0000 (23:13 +0000)]
Update XCode project file.

18 years agoAdd GISTeq to NMEA writer.
robertl [Thu, 3 Jan 2008 18:24:21 +0000 (18:24 +0000)]
Add GISTeq to NMEA writer.

18 years agoMake Garmin smartname code handle name and commment a little more independently,...
robertl [Thu, 3 Jan 2008 17:47:38 +0000 (17:47 +0000)]
Make Garmin smartname code handle name and commment a little more independently, using desc to populate comment if available.

18 years agoIf successive points aren't > 50 meters apart in KML realtime tracking, don't count...
robertl [Mon, 31 Dec 2007 21:19:44 +0000 (21:19 +0000)]
If successive points aren't > 50 meters apart in KML realtime tracking, don't count the point.

18 years agoLet the sscanf based timestamps be additive on a read.
robertl [Fri, 28 Dec 2007 05:43:07 +0000 (05:43 +0000)]
Let the sscanf based timestamps be additive on a read.

18 years agoUse gpslibusb for non-*darwin* targets.
oliskoli [Thu, 27 Dec 2007 22:28:32 +0000 (22:28 +0000)]
Use gpslibusb for non-*darwin* targets.

18 years agoBump version number.
robertl [Wed, 19 Dec 2007 20:44:45 +0000 (20:44 +0000)]
Bump version number.

18 years agoAdd fallback to stubs when libusb fondling on Mac fails.
robertl [Wed, 19 Dec 2007 17:37:49 +0000 (17:37 +0000)]
Add fallback to stubs when libusb fondling on Mac fails.

18 years agoRead timestamps from KML Placemarks when we can. (TimeRanges are ignored.)
robertl [Thu, 13 Dec 2007 07:45:44 +0000 (07:45 +0000)]
Read timestamps from KML Placemarks when we can.  (TimeRanges are ignored.)

18 years agoDocument Gisteq.
robertl [Fri, 7 Dec 2007 13:36:03 +0000 (13:36 +0000)]
Document Gisteq.

18 years agoBuild fixes when CSVFMTS are disabled.
robertl [Thu, 6 Dec 2007 19:02:13 +0000 (19:02 +0000)]
Build fixes when CSVFMTS are disabled.

18 years agoRalf Dragon adds support for opencaching.de GPX reads
robertl [Thu, 6 Dec 2007 18:56:56 +0000 (18:56 +0000)]
Ralf Dragon adds support for opencaching.de GPX reads

18 years agoAdd sections for Garmins and Magellans that are *not* supported.
robertl [Fri, 23 Nov 2007 19:16:31 +0000 (19:16 +0000)]
Add sections for Garmins and Magellans that are *not* supported.

18 years agoRegenerate configure.in on Linux...just in case.
robertl [Wed, 21 Nov 2007 18:10:21 +0000 (18:10 +0000)]
Regenerate configure.in on Linux...just in case.

18 years agoFix stray double semicolons.
robertl [Wed, 21 Nov 2007 16:00:44 +0000 (16:00 +0000)]
Fix stray double semicolons.

18 years agoC89 Fix in kml.c
robertl [Wed, 21 Nov 2007 15:08:10 +0000 (15:08 +0000)]
C89 Fix in kml.c

18 years agoInclude input filename on GPX parse error message.
robertl [Tue, 20 Nov 2007 17:24:50 +0000 (17:24 +0000)]
Include input filename on GPX parse error message.

18 years agoImprove error from xcalloc().
robertl [Tue, 20 Nov 2007 04:31:06 +0000 (04:31 +0000)]
Improve error from xcalloc().

18 years agoSupport TopoUSA 6.0 routes.
robertl [Tue, 20 Nov 2007 04:30:43 +0000 (04:30 +0000)]
Support TopoUSA 6.0 routes.

18 years agoMore KML tweaks: Write average speed in trail header. Improve consistency of time...
robertl [Tue, 20 Nov 2007 04:29:58 +0000 (04:29 +0000)]
More KML tweaks: Write average speed in trail header.  Improve consistency of time stamps.

18 years agoChange Magellan route router to not clobber buffers on long wpt names. (Partial fix)
robertl [Sat, 17 Nov 2007 17:01:26 +0000 (17:01 +0000)]
Change Magellan route router to not clobber buffers on long wpt names. (Partial fix)

18 years agoWork around broken Sportrak firmware and malformed PMGNRTE sentences..
robertl [Thu, 15 Nov 2007 19:19:25 +0000 (19:19 +0000)]
Work around broken Sportrak firmware and malformed PMGNRTE sentences..

18 years agounicsv: always open files in binary mode.
oliskoli [Thu, 15 Nov 2007 08:22:04 +0000 (08:22 +0000)]
unicsv: always open files in binary mode.

18 years agoRestore (optional) "old style" icon mapping for Geocaching on Garmins.
robertl [Thu, 15 Nov 2007 04:04:16 +0000 (04:04 +0000)]
Restore (optional) "old style" icon mapping for Geocaching on Garmins.

18 years agoWrite description in GDB if we don't have notes.
robertl [Thu, 15 Nov 2007 02:03:25 +0000 (02:03 +0000)]
Write description in GDB if we don't have notes.

18 years agoAdd configure option to shrink the binary by excluding most formats.
robertl [Wed, 14 Nov 2007 18:56:30 +0000 (18:56 +0000)]
Add configure option to shrink the binary by excluding most formats.

18 years agoSeveral changes to KML writer.
robertl [Wed, 14 Nov 2007 16:43:23 +0000 (16:43 +0000)]
Several changes to KML writer.
  Major formatting improvements for geocaching.com data.  (Relies on Earth 4.2)
  Don't write track/route folders if empty.
  Don't write explicit schemaloc.

18 years agoKML: Display altitudes to three decimal places, not one.
robertl [Wed, 14 Nov 2007 16:28:31 +0000 (16:28 +0000)]
KML: Display altitudes to three decimal places, not one.

18 years agoKML: Read Polygon/outerBoundaryIs/LinearRing as a track.
robertl [Wed, 14 Nov 2007 16:22:51 +0000 (16:22 +0000)]
KML: Read Polygon/outerBoundaryIs/LinearRing as a track.

18 years agoMore war of the cats: Leopard vs. Tiger in an all expat grudge match.
robertl [Wed, 14 Nov 2007 16:17:22 +0000 (16:17 +0000)]
More war of the cats: Leopard vs. Tiger in an all expat grudge match.

18 years agoLet csv formats warn for time formats that we can't parse.
robertl [Wed, 14 Nov 2007 16:15:56 +0000 (16:15 +0000)]
Let csv formats warn for time formats that we can't parse.

18 years agoLet 'configure' use the system expat on Leopard. Hooray!
robertl [Wed, 7 Nov 2007 02:26:05 +0000 (02:26 +0000)]
Let 'configure' use the system expat on Leopard.  Hooray!

18 years agodmtlog: Add support for waypoints in binary file version "8".
oliskoli [Fri, 2 Nov 2007 21:09:14 +0000 (21:09 +0000)]
dmtlog: Add support for waypoints in binary file version "8".

18 years agoxol: Fix variable initialization.
oliskoli [Thu, 25 Oct 2007 21:03:10 +0000 (21:03 +0000)]
xol: Fix variable initialization.

18 years agoAdd generated gperf file to CVS, like I intended to do weeks ago...
robertl [Mon, 24 Sep 2007 22:08:03 +0000 (22:08 +0000)]
Add generated gperf file to CVS, like I intended to do weeks ago...

18 years agoImprove usage message for filters.
robertl [Sun, 23 Sep 2007 22:07:35 +0000 (22:07 +0000)]
Improve usage message for filters.

18 years agoFix typo in dg-100 comment.
robertl [Thu, 13 Sep 2007 16:20:41 +0000 (16:20 +0000)]
Fix typo in dg-100 comment.

18 years agoMirko makes minor changes to DG100 module.
robertl [Tue, 11 Sep 2007 21:52:26 +0000 (21:52 +0000)]
Mirko makes minor changes to DG100 module.
    - increase RX timeout because dg100_erase() needs >20s
    - remove unused variables in dg100_getfileheaders()
      which were moved into a local code block for debugging
    - add more debugging output to dg100_getfileheaders()
    - fix loop condition in dg100_getfileheaders()

18 years agoUuhps. UPX hides translations.
oliskoli [Tue, 11 Sep 2007 20:40:30 +0000 (20:40 +0000)]
Uuhps. UPX hides translations.

18 years agoMinor bug fixes. Now packed with UPXG.
oliskoli [Tue, 11 Sep 2007 20:08:25 +0000 (20:08 +0000)]
Minor bug fixes. Now packed with UPXG.

18 years agoMinor bug fixes.
oliskoli [Tue, 11 Sep 2007 20:06:31 +0000 (20:06 +0000)]
Minor bug fixes.

18 years agoMinor internal restructuring in KML writer - no "real" change.
robertl [Tue, 11 Sep 2007 10:46:28 +0000 (10:46 +0000)]
Minor internal restructuring in KML writer - no "real" change.

18 years agoGPX: links aren't wpt only; implement for trk and rte, too.
robertl [Tue, 11 Sep 2007 10:29:44 +0000 (10:29 +0000)]
GPX: links aren't wpt only; implement for trk and rte, too.

18 years agoMake gperf play nice with FreeBSD.
robertl [Sat, 8 Sep 2007 22:48:00 +0000 (22:48 +0000)]
Make gperf play nice with FreeBSD.

18 years agodg-100: Replace type ssize_t with int.
oliskoli [Sat, 8 Sep 2007 21:00:14 +0000 (21:00 +0000)]
dg-100: Replace type ssize_t with int.

18 years agotest-all: Exclude xol (swiss grid limits) from testing.
oliskoli [Fri, 7 Sep 2007 20:44:01 +0000 (20:44 +0000)]
test-all: Exclude xol (swiss grid limits) from testing.

18 years agoTweak some keyword descriptions.
oliskoli [Fri, 7 Sep 2007 20:23:31 +0000 (20:23 +0000)]
Tweak some keyword descriptions.

18 years agoAdd short doc for xol format.
oliskoli [Fri, 7 Sep 2007 18:48:09 +0000 (18:48 +0000)]
Add short doc for xol format.

18 years agocetus: Fix timestamp conversion.
oliskoli [Thu, 6 Sep 2007 21:01:53 +0000 (21:01 +0000)]
cetus: Fix timestamp conversion.

18 years agounicsv: Fix display of GPS fixes.
oliskoli [Thu, 6 Sep 2007 20:59:24 +0000 (20:59 +0000)]
unicsv: Fix display of GPS fixes.

18 years agopcx: Remove unwanted character.
oliskoli [Thu, 6 Sep 2007 20:58:20 +0000 (20:58 +0000)]
pcx: Remove unwanted character.

18 years agoAdd Gerhard Olsson and Mirko Parthey to AUTHORS.
oliskoli [Thu, 6 Sep 2007 18:51:56 +0000 (18:51 +0000)]
Add Gerhard Olsson and Mirko Parthey to AUTHORS.

18 years agoCorrect (mostly hypothetical) use-before-initted in pcx reader.
robertl [Thu, 6 Sep 2007 04:36:54 +0000 (04:36 +0000)]
Correct (mostly hypothetical) use-before-initted in pcx reader.

18 years agoFix geocache tags on read so we can really read archived/enabled state.
robertl [Mon, 3 Sep 2007 23:31:56 +0000 (23:31 +0000)]
Fix geocache tags on read so we can really read archived/enabled state.

18 years agoGPX: Read archived/active state from Pocket Queries.
robertl [Mon, 3 Sep 2007 22:42:28 +0000 (22:42 +0000)]
GPX: Read archived/active state from Pocket Queries.
KML: Read track name.

18 years agoMore debugging tweaks for dg-100.
robertl [Sun, 2 Sep 2007 21:36:50 +0000 (21:36 +0000)]
More debugging tweaks for dg-100.

18 years agoDebug improvements in dg-100.
robertl [Sun, 2 Sep 2007 04:28:08 +0000 (04:28 +0000)]
Debug improvements in dg-100.

18 years agoSketch in debug support for DG-100 module.
robertl [Sun, 2 Sep 2007 04:24:21 +0000 (04:24 +0000)]
Sketch in debug support for DG-100 module.

18 years agoAdd missing piece of DG-100 commit.
robertl [Sat, 1 Sep 2007 22:01:44 +0000 (22:01 +0000)]
Add missing piece of DG-100 commit.

18 years ago Mirko Parthey contributes support for GlobalSat DG-100 track logger.
robertl [Fri, 31 Aug 2007 02:26:24 +0000 (02:26 +0000)]
 Mirko Parthey contributes support for GlobalSat DG-100 track logger.

18 years agoLet 'chkdoc' look in the right place for doc of this version.
robertl [Sun, 26 Aug 2007 21:39:06 +0000 (21:39 +0000)]
Let 'chkdoc' look in the right place for doc of this version.

18 years agoGPSBabelGUI: Add ability to read more than one file from same type.
oliskoli [Sun, 26 Aug 2007 21:17:56 +0000 (21:17 +0000)]
GPSBabelGUI: Add ability to read more than one file from same type.

18 years agoScraggler from gperf commit. Store hashed key in per-token table.
robertl [Sun, 26 Aug 2007 20:44:09 +0000 (20:44 +0000)]
Scraggler from gperf commit.   Store hashed key in per-token table.

18 years agoLet the style stuff be handled by an external (gperf) perfect hash generator.
robertl [Sun, 26 Aug 2007 20:40:40 +0000 (20:40 +0000)]
Let the style stuff be handled by an external (gperf)  perfect hash generator.

18 years agonmea: Fix memory leaks (detected with reference/tracks/nmea+ms.txt).
oliskoli [Sat, 25 Aug 2007 20:20:29 +0000 (20:20 +0000)]
nmea: Fix memory leaks (detected with reference/tracks/nmea+ms.txt).

18 years agolmx: Tweak format capabilities.
oliskoli [Sat, 25 Aug 2007 20:01:30 +0000 (20:01 +0000)]
lmx: Tweak format capabilities.

18 years agogarmin_txt: Fix gcc 4.2.1 warnings.
oliskoli [Sat, 25 Aug 2007 19:35:45 +0000 (19:35 +0000)]
garmin_txt: Fix gcc 4.2.1 warnings.

18 years agogdb: Fix gcc 4.2.1 warnings.
oliskoli [Sat, 25 Aug 2007 19:35:25 +0000 (19:35 +0000)]
gdb: Fix gcc 4.2.1 warnings.

18 years agoInit x and y in xol's waypt reader.
robertl [Sat, 25 Aug 2007 17:11:39 +0000 (17:11 +0000)]
Init x and y in xol's waypt reader.

18 years agogarmin_txt: Fix MSVC crash with timestamps lt zero.
oliskoli [Tue, 21 Aug 2007 21:05:53 +0000 (21:05 +0000)]
garmin_txt: Fix MSVC crash with timestamps lt zero.

18 years agoAdd a target to produce release files for testing purposes.
oliskoli [Tue, 21 Aug 2007 19:59:38 +0000 (19:59 +0000)]
Add a target to produce release files for testing purposes.

18 years agoozi: Commit ozi time-format change (SF 1760287: OziExplorer Date precision).
oliskoli [Tue, 21 Aug 2007 19:51:57 +0000 (19:51 +0000)]
ozi: Commit ozi time-format change (SF 1760287: OziExplorer Date precision).
Recreate reference data.

18 years agotesto: Remove copy-and-paste relict.
oliskoli [Tue, 21 Aug 2007 19:46:26 +0000 (19:46 +0000)]
testo: Remove copy-and-paste relict.

18 years agogbfile: Check return code after read with fixed buffer length.
oliskoli [Tue, 21 Aug 2007 19:32:42 +0000 (19:32 +0000)]
gbfile: Check return code after read with fixed buffer length.

18 years agoxol/vecs: Tweak visible product name.
oliskoli [Tue, 21 Aug 2007 19:27:34 +0000 (19:27 +0000)]
xol/vecs: Tweak visible product name.

18 years agomapsend: Tweak possible C89 issue.
oliskoli [Tue, 21 Aug 2007 19:24:59 +0000 (19:24 +0000)]
mapsend: Tweak possible C89 issue.

18 years agocsv_util: Don't create empty routes or tracks on input.
oliskoli [Tue, 21 Aug 2007 19:20:14 +0000 (19:20 +0000)]
csv_util: Don't create empty routes or tracks on input.

18 years agoholux: Finish gbfile update.
oliskoli [Tue, 21 Aug 2007 19:17:25 +0000 (19:17 +0000)]
holux: Finish gbfile update.

18 years agoAdd doc for unicsv option utc.
oliskoli [Tue, 21 Aug 2007 19:13:43 +0000 (19:13 +0000)]
Add doc for unicsv option utc.

18 years agotesto: Add sequence for 'Swiss Map' (.xol) format.
oliskoli [Tue, 21 Aug 2007 19:08:38 +0000 (19:08 +0000)]
testo: Add sequence for 'Swiss Map' (.xol) format.

18 years agoAdd reference data for 'Swiss Map' (.xol) format.
oliskoli [Tue, 21 Aug 2007 19:07:14 +0000 (19:07 +0000)]
Add reference data for 'Swiss Map' (.xol) format.

18 years agoAdd special cases for Garmin HC series.
robertl [Tue, 21 Aug 2007 18:34:13 +0000 (18:34 +0000)]
Add special cases for Garmin HC series.

18 years agoAdd nmea reference data with sub-second data.
oliskoli [Mon, 20 Aug 2007 22:36:26 +0000 (22:36 +0000)]
Add nmea reference data with sub-second data.

18 years agogarmin_txt: Add support for 'swiss grid'.
oliskoli [Mon, 20 Aug 2007 22:31:17 +0000 (22:31 +0000)]
garmin_txt: Add support for 'swiss grid'.

18 years agounicsv: Extend list of possible input values.
oliskoli [Mon, 20 Aug 2007 22:26:39 +0000 (22:26 +0000)]
unicsv: Extend list of possible input values.
Add support for 'Swiss grid'.

18 years agobcr: Remove empty routes after read.
oliskoli [Mon, 20 Aug 2007 22:24:19 +0000 (22:24 +0000)]
bcr: Remove empty routes after read.

18 years agogarmin_txt: Add support for temperature (as MapSource since 6.13.0.1 Beta).
oliskoli [Mon, 20 Aug 2007 22:20:54 +0000 (22:20 +0000)]
garmin_txt: Add support for temperature (as MapSource since 6.13.0.1 Beta).
Regenerate reference data.

18 years agoAdd support for Swiss Map 50 'xol' format.
oliskoli [Mon, 20 Aug 2007 22:12:20 +0000 (22:12 +0000)]
Add support for Swiss Map 50 'xol' format.
Add GPS data generator (hidden input format).

18 years agoAdd GPS data generator (hidden input format).
oliskoli [Mon, 20 Aug 2007 22:09:14 +0000 (22:09 +0000)]
Add GPS data generator (hidden input format).